const runtime._NSIG
13 uses
runtime (current package)
os_linux_generic.go#L11: _NSIG = 65
signal_unix.go#L82: var fwdSig [_NSIG]uintptr
signal_unix.go#L88: var handlingSig [_NSIG]uint32
signal_unix.go#L101: if len(sigtable) != _NSIG {
signal_unix.go#L102: print("runtime: len(sigtable)=", len(sigtable), " _NSIG=", _NSIG, "\n")
signal_unix.go#L126: for i := uint32(0); i < _NSIG; i++ {
signal_unix.go#L268: for i := uint32(0); i < _NSIG; i++ {
signal_unix.go#L936: if sig >= _NSIG {
sigqueue.go#L53: mask [(_NSIG + 31) / 32]uint32
sigqueue.go#L54: wanted [(_NSIG + 31) / 32]uint32
sigqueue.go#L55: ignored [(_NSIG + 31) / 32]uint32
sigqueue.go#L56: recv [(_NSIG + 31) / 32]uint32
sigqueue.go#L133: for i := uint32(0); i < _NSIG; i++ {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |